home *** CD-ROM | disk | FTP | other *** search
- *** mitsu.h.orig Tue Jun 29 14:47:20 1993
- --- mitsu.h Tue Jun 29 15:08:56 1993
- ***************
- *** 27,32 ****
- --- 27,35 ----
- struct mediasize medias);
- static void lookuptabledata(int cols, int rows, int enlarge,
- struct mediasize medias);
- + static void check_and_rotate(int cols, int rows, int enlarge,
- + struct mediasize medias);
- + static void * mymalloc(long bytes);
- #define CONST const
- #else /*__STDC__*/
- static int lineputinit();
- ***************
- *** 33,38 ****
- --- 36,43 ----
- static int lookuptableinit();
- static int lookuptabledata();
- static int frametransferinit();
- + static int check_and_rotate();
- + static char *mymalloc();
- #define CONST
- #endif
-
-